Skip to main content

Installing Git

Before you can start using Git, you need to install it on your computer. Below are step-by-step instructions for installing Git on Windows, macOS, and Linux.

  1. Download Git for Windows

    Visit the official Git website and download the installer: 👉 https://git-scm.com/download/win

  2. Run the Installer

    Open the .exe file you downloaded and follow the setup wizard.

  3. Recommended Settings During Installation:

    • Use the default editor (or select one you prefer).

    • Choose "Git from the command line and also from 3rd-party software".

    • Choose HTTPS transport backend: “Use the OpenSSL library”.

    • Line endings: “Checkout Windows-style, commit Unix-style line endings”.

  4. Verify the Installation Open Command Prompt or Git Bash and run:

    git --version

    You should see something like git version 2.x.x.